Welcome![Sign In][Sign Up]
Location:
Search - socket pop

Search list

[WinSock-NDISSocket实现SMTP,POP邮件服务器

Description: 基于Socket类实现SMTP,POP邮件服务器的源代码-based on Socket class achieve SMTP and POP mail server source code
Platform: | Size: 245996 | Author: yang | Hits:

[WinSock-NDISSmallTrojy

Description: VC++6.0编写的小木马,可以控制服务器端如下动作: 1.光驱弹出关闭 2.鼠标移动 3.显示器抹黑 4.关闭显示器 5.编辑并让服务器端的机箱喇叭播放音乐 6.发送文本消息让服务器端显示在桌面. 等功能.对学习Socket编程有很大帮助 -small Trojan will be able to control the server following actions : 1. Close pop-up drive two. Mobile mouse 3. Display discredit 4. Close Display 5. Editor and allow access to the server machine Speakers played music box 6. Send information to the text displayed on the server desktop. , and other functions. Socket series of learning Cheng will be of great help
Platform: | Size: 127065 | Author: | Hits:

[Email Servertestsmtpserver

Description: Socket实现SMTP,POP邮件服务器
Platform: | Size: 21984 | Author: enet | Hits:

[Internet-NetworkSocket实现SMTP,POP邮件服务器

Description: 基于Socket类实现SMTP,POP邮件服务器的源代码-based on Socket class achieve SMTP and POP mail server source code
Platform: | Size: 245760 | Author: yang | Hits:

[P2P点对点传输

Description: 1.A、B两台计算机可以通过计算机名称或IP地址呼叫对方; 2.对方同意接收后弹出对话框并选择好文件存放的路径; 3.进行文件的传输并将文件存储在指定的目录下; 4.文件传输程序采用C/S模式; 5.使用Windows Sockets来完成程序的编写 -1. A, B two computers by computer name or IP address to call each other 2. After their consent to receive pop-up dialog box and choose the path of good documents 3. Transfer files and documents stored in the designated directory 4. File Transfer using C/S mode 5. The use of Windows Sockets to complete the procedures for the preparation of
Platform: | Size: 3815424 | Author: 陆俊 | Hits:

[Internet-NetworkSmallTrojy

Description: VC++6.0编写的小木马,可以控制服务器端如下动作: 1.光驱弹出关闭 2.鼠标移动 3.显示器抹黑 4.关闭显示器 5.编辑并让服务器端的机箱喇叭播放音乐 6.发送文本消息让服务器端显示在桌面. 等功能.对学习Socket编程有很大帮助 -small Trojan will be able to control the server following actions : 1. Close pop-up drive two. Mobile mouse 3. Display discredit 4. Close Display 5. Editor and allow access to the server machine Speakers played music box 6. Send information to the text displayed on the server desktop. , and other functions. Socket series of learning Cheng will be of great help
Platform: | Size: 126976 | Author: | Hits:

[Email Servertestsmtpserver

Description: Socket实现SMTP,POP邮件服务器-Socket realize SMTP, POP mail server
Platform: | Size: 21504 | Author: enet | Hits:

[Windows DevelopAotoMsgWindow

Description: 窗口信息提示程序,通过socket接收信息,并自动弹出窗口进行信息提示,开发环境为VS2008。-Prompt window information, receive information through the socket, and automatically pop up window message alert, development environment for VS2008.
Platform: | Size: 8332288 | Author: zhangli | Hits:

[Internet-NetworkMY-SOCKET

Description: MFC中各个Dialog之间的传值、添加会话框以及Listcontrl的使用。     并从父窗体弹出的子窗体回弹到原来的父窗体,只需要使用CDialog::onOK() 方法即可,因为模态弹出的对话框具有阻塞性,若是使用新定义的对象再进行DoModal() 方法,反而会出错,即会又重新出现了新的窗体,虽然是一样的窗体,但是内容和值都不再存在。     Updatedata()方法可以实现窗体和函数内参数值的传递。     进行CString.Format() 函数的学习,参照C语言,学习 d, c和 s等的使用 Socket通信分为客户端和服务器端,我们这次要做的就是基于MFC的CSocket类的,因为诸如像线程的开辟、调度、回收和释放等工作,MFC都帮我们封装好了,可以不用我们去管;     2.SQL Server所用的端口号应该避开应用程序会占用的端口号,并且服务器端的端口号是指定的,而客户端接收消息的端口号是随意分配的;     3.在服务器端Listen以后,客户端才会有Connect,然后服务器的onaccept接收后会去建立连接,在服务器端要保存客户端的一个Socket对象,还有一点就是onaccept不在主窗体中写了,而是在服务器中做,相当于一个while(1)的死循环,反复不断的判断有没有建立连接。-Dialog between the transfer value of each MFC, add the Session box and Listcontrl use. And the pop-up form the parent subform rebound to its original parent form, just use CDialog :: onOK () method can, because modal dialog box that has obstructive, if the use of the new definition of the object then DoModal () method, but to be wrong, that will reappear a new form, though the form is the same, but the content and the values ​ ​ are no longer present. Updatedata () method can achieve transfer form and function internal reference value. Conduct CString.Format () function study, referring to the C language, learning d, c and s like to use Socket Communications is divided into client and server side, this time we have to do is MFC-based CSocket class, because such like thread open, scheduling, recovery and release work, MFC have helped us a good package, can not we to manage 2.SQL Server port number should be used to avoid the application takes the port number and t
Platform: | Size: 3927040 | Author: 曾小丽 | Hits:

[androidCamera_sxt

Description: 手机摄像头图像源码是一套PC端动态演示手机摄像头图像的源码,在电脑上先运行服务端,手机需要和电脑在一个网络中,打开安卓端以后会要求配置一个ip地址,把PC的IP地址填入手机,点击登录以后服务端控制台会循环打印连接成功,并且弹出一个窗口用来演示手机传过来的图像每秒可以显示20-30帧图像。可以截屏图片并保存为本地文件,本项目包括java服务端源码和安卓客户端源码通过Socket进行通信。-Cell phone camera image source is a PC dynamic demonstration of mobile phone camera images of the source code, on the computer to run the server, mobile phone and computer in a network, open Android will be required to configure an IP address and write the IP address of the PC in the mobile phone, click login after the server console will print loop connection is successful, and a pop-up window used to demo phones to send images per second can display 20-30 frames. Screenshots and save to a local file, the project includes Java server source code and Android client source code to communicate through socket.
Platform: | Size: 189440 | Author: 王璜 | Hits:

[Internet-NetworkMulticast

Description: 交互CMOS模块: (1)界面点击 (2)用户输入 (3)信息、命令显示 (4)提示对话框 2.2、通信模块: (1)组播通信RFC1112推荐了一些支持组播的应用程序接口: ●加入一个组播组; ●离开一个组播组; ●为调整范围对一个组播数据的IP TTL值进行设定; ●为组播传输和接收设定本地的接口; ●禁止输出的组播数据回送。 (2)点对点Socket通信 2.3、信息查询模块(内存、cpu、网络、磁盘信息,关机) 2.4、数据处理模块(Information, command display: add the host IP and name display list, to obtain the command options, get the information display list, add the group information, the group information, add the group activity display. Interface Click: select the host to get the information, select the command to send, select the join group or exit, select the set of the machine group address. User input: Enter the group IP address and port number to be added in the group information. Enter the group address and port number created by the machine in this unit information. Prompt dialog box: When you click to join the group, the pop-up dialog box prompts to join the success; when you click to exit the group, the pop-up exit successfully; when not selected host or command click to send command button, pop-up prompts select host or command.)
Platform: | Size: 23880704 | Author: gaorui003 | Hits:

CodeBus www.codebus.net